ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / InsertRange Method / InsertRange(Int32,T[]) Method

In This Topic
    InsertRange(Int32,T[]) Method
    In This Topic
    Overloaded: Inserts the elements from an array of Page objects into the PagesCollection at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub InsertRange( _
       ByVal index As Integer, _
       ByVal pages() As T _
    ) 
    public void InsertRange( 
       int index,
       T[] pages
    )

    Parameters

    index
    pages
    See Also